-
**Describe the bug**
After upgrading from 6.5.10 to 7.0.0-alpha.26 I'm running into an issue with `stylus-loader`. When starting Storybook, I get this failure:
```
WARN Force closed manager build…
-
The W3C specification for CSS 2.1 states that these two lines are exactly equivalent. See here: http://www.w3.org/TR/CSS21/cascade.html#at-import
```
@import "someFile.css";
@import url(someFile.css)…
-
### Short Summary
title.
http://stylus-lang.com/
I know it looks like CSS, but you can omit `{}`, `;` and `:`. This is what I want. (and other features that Stylus provides).
-
Define the desired scope of recipes. Eg. for styles, do we want a single css recipe which supports less, sass, stylus etc. transformations or individual recipes for each?
Implications:
- how many re…
-
npm install
nom start
ERROR in ./~/css-loader!./~/postcss-loader!./~/stylus-loader?paths=node_modules!./stylus/index.styl
Module build failed: Error: reWeather/stylus/index.styl:69:9
65| $mat…
-
I've recently contributed stylus support for riot. https://github.com/riot/riot/pull/1069
There are a number of bootstrap stylus modules on npm - ie https://github.com/maxmx/bootstrap-stylus
These c…
-
Add all the themes to the stylus libary to use them inside the browser extention stylus without need to copy the raw css and paste it into stylus. That makes theming easily possible in web browsers.
…
-
Why is it that I have to run `--include-css` with `stylus -w` explicitly?
According to http://learnboost.github.io/stylus/docs/import.html it seems like you should be able to do something like...
``…
-
I just upgraded Atom to 1.21.1 and Pigments to 0.40.2 on MacOS 10.12.6, and now I'm getting no functionality whatsoever from Pigments: no colors are highlighted or found in my project, and if I run Pi…
-
### Description
use stylus
````css
#wrapper {
max-width: 1600px;
position: relative;
}
#content {
width: 80%;
display: grid;
grid-template-columns: repeat(4, 1f…