0.5.2 • Published 3 years ago
@grottopress/scss v0.5.2
GrottoPress SCSS
Sass utilities: Mixins, variables and functions.
Installation
- Run npm install @grottopress/scss
- Import into your project.
- Use the provided variables, functions and mixins in your project's styles.
Documentation
Importing
Import into your project, thus:
@import '/path/to/node_modules/@grottopress/scss/src/all';Variables
#comments {
    // ...
    font-family: $arial;
    // ...
}
#header {
    // ...
    font-family: $helvetica;
    // ...
}Mixins
.modal {
    @include size(400px);
    @include position(absolute, 20% null null 20%);
    // ...
}
.grid {
    @include paragraph;
    @include grid((width: 25%, gutter: 20px));
    // ...
}Contributing
- Fork it
- Switch to the masterbranch:git checkout master
- Create your feature branch: git checkout -b my-new-feature
- Make your changes, updating changelog and documentation as appropriate.
- Commit your changes: git commit
- Push to the branch: git push origin my-new-feature
- Submit a new Pull Request against the GrottoPress:masterbranch.
0.5.2
3 years ago
0.5.1
7 years ago
0.5.0
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.2
7 years ago
0.2.1
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago