https://github.com/creative-workflow/lib-sass
Bootstrap, grid, css3 and many other sass mixins.
https://github.com/creative-workflow/lib-sass
Last synced: about 1 month ago
JSON representation
Bootstrap, grid, css3 and many other sass mixins.
- Host: GitHub
- URL: https://github.com/creative-workflow/lib-sass
- Owner: creative-workflow
- License: mit
- Created: 2017-11-15T12:05:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T15:31:37.000Z (over 4 years ago)
- Last Synced: 2026-01-26T23:58:35.695Z (4 months ago)
- Language: Sass
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# creative-workflow/lib-sass
### Setup
```
bower install --save creative-workflow.sass
or
composer require creative-workflow/sass
or
git submodule add https://github.com/creative-workflow/lib-sass.git ./wordpress/wp-content/themes/child/lib/cw/sass
```
##### hallo-world/css/module.sass
```sass
@import "variables"
@import "mixins/css/css3"
@import "mixins/css/positioning"
@import "mixins/helper/helper"
@import "mixins/grid/mediaqueries"
@import "mixins/grid/grid"
@import "mixins/wordpress/divi"
@import "mixins/wordpress/post"
+custom-divi-module('cw-module-hallo-world')
.image
display: none
+min-width-sm
+block
+absolute
right: -40px
bottom: 0
.content-wrapper
[...]
```