mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Convert sass files to scss files
This commit is contained in:
46
.github/CONTRIBUTING.md
vendored
46
.github/CONTRIBUTING.md
vendored
@@ -2,20 +2,20 @@ Thanks for helping out! 😇
|
||||
|
||||
### Raising an issue
|
||||
|
||||
* Make sure the issue hasn't been raised yet
|
||||
* Include **screenshots** and animated GIFs in your issue whenever possible
|
||||
- Make sure the issue hasn't been raised yet
|
||||
- Include **screenshots** and animated GIFs in your issue whenever possible
|
||||
|
||||
### Submitting a Pull Request
|
||||
|
||||
* Include **screenshots** and animated GIFs in your pull request whenever possible
|
||||
* Use the **present** tense ("Add feature" not "Added feature")
|
||||
* Use the **imperative** mood ("Move cursor to..." not "Moves cursor to...")
|
||||
* Limit the first line to 72 characters or fewer
|
||||
* Reference issues and pull requests liberally
|
||||
- Include **screenshots** and animated GIFs in your pull request whenever possible
|
||||
- Use the **present** tense ("Add feature" not "Added feature")
|
||||
- Use the **imperative** mood ("Move cursor to..." not "Moves cursor to...")
|
||||
- Limit the first line to 72 characters or fewer
|
||||
- Reference issues and pull requests liberally
|
||||
|
||||
### Try your changes
|
||||
|
||||
When modifying any `.sass`, you will need to rebuild the css. You can do this by running:
|
||||
When modifying any `.scss`, you will need to rebuild the css. You can do this by running:
|
||||
|
||||
```
|
||||
npm install
|
||||
@@ -26,21 +26,21 @@ To see documentation changes check [the documentation readme](../docs/README.md)
|
||||
|
||||
### Bulma Sass styleguide
|
||||
|
||||
* **No semi-colons** `;` or **curly braces** `{` `}`
|
||||
* **No camelCase**
|
||||
* Use only **classes**
|
||||
* Order the CSS properties **alphabetically**
|
||||
* Order the CSS rule by
|
||||
* direct styles
|
||||
* nested tags
|
||||
* pseudo-classes
|
||||
* color modifiers
|
||||
* size modifiers
|
||||
* modifiers
|
||||
* responsive styles
|
||||
* Add appropriate one-line comments for each of these sections within a CSS rule
|
||||
* **No trailing space**
|
||||
* End files with a **newline**
|
||||
- **No semi-colons** `;` or **curly braces** `{` `}`
|
||||
- **No camelCase**
|
||||
- Use only **classes**
|
||||
- Order the CSS properties **alphabetically**
|
||||
- Order the CSS rule by
|
||||
- direct styles
|
||||
- nested tags
|
||||
- pseudo-classes
|
||||
- color modifiers
|
||||
- size modifiers
|
||||
- modifiers
|
||||
- responsive styles
|
||||
- Add appropriate one-line comments for each of these sections within a CSS rule
|
||||
- **No trailing space**
|
||||
- End files with a **newline**
|
||||
|
||||
```sass
|
||||
.element
|
||||
|
||||
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -2,7 +2,9 @@
|
||||
<!-- DO NOT REBUILD THE CSS OUTPUT IN YOUR PR -->
|
||||
|
||||
<!-- Choose one of the following: -->
|
||||
|
||||
This is a **new feature | improvement | bugfix | documentation fix**.
|
||||
|
||||
<!-- New feature? Update the CHANGELOG.md too, and eventually the Docs. -->
|
||||
<!-- Improvement? Explain how and why. -->
|
||||
<!-- Bugfix? Reference that issue as well. -->
|
||||
@@ -24,7 +26,7 @@ None.
|
||||
<!-- BEFORE SUBMITTING YOUR PR, MAKE SURE TO FOLLOW THESE STEPS: -->
|
||||
<!-- 1. Pull the latest `master` branch -->
|
||||
<!-- 2. Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#bulma-sass-styleguide) -->
|
||||
<!-- 3. Make sure your PR only affects `.sass` or documentation files -->
|
||||
<!-- 3. Make sure your PR only affects `.scss` or documentation files -->
|
||||
<!-- 4. [Try your changes](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#try-your-changes). -->
|
||||
|
||||
<!-- How have you confirmed this feature works? -->
|
||||
|
||||
Reference in New Issue
Block a user