Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixach/wp-style-utils
https://github.com/sixach/wp-style-utils
library npm
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/sixach/wp-style-utils
- Owner: sixach
- License: gpl-3.0
- Created: 2021-06-02T19:10:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T21:08:12.000Z (9 months ago)
- Last Synced: 2024-09-18T00:31:56.922Z (about 2 months ago)
- Topics: library, npm
- Language: SCSS
- Homepage:
- Size: 4.82 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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';
```