Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sixach/wp-style-utils


https://github.com/sixach/wp-style-utils

library npm

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Sixa Style Utils

This packages includes a collection of SCSS utilities and variables.

## Installation

Install the module:

```bash
npm install @sixa/wp-style-utils --save-dev
```

## How to use

### SCSS included

You can import the following SCSS files:

```scss
@import '@sixa/wp-style-utils/src/breakpoints';
@import '@sixa/wp-style-utils/src/columns';
@import '@sixa/wp-style-utils/src/dime-background';
@import '@sixa/wp-style-utils/src/flexbox';
@import '@sixa/wp-style-utils/src/icon';
@import '@sixa/wp-style-utils/src/product-columns';
@import '@sixa/wp-style-utils/src/responsive-columns';
```