This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"assets": [ | |
{ | |
"chunkNames": [ | |
"vendor" | |
], | |
"chunks": [ | |
0 | |
], | |
"emitted": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"assets": [ | |
{ | |
"chunkNames": [ | |
"vendor" | |
], | |
"chunks": [ | |
0 | |
], | |
"emitted": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"assets": [ | |
{ | |
"contentSize": 1440, | |
"cookies": 0, | |
"expires": 0, | |
"headerSize": -1, | |
"headers": { | |
"request": { | |
":authority": "s.codepen.io", |
Since 0.45.0
, stylus is not throwing errors when the top parent selector is indented.
In 0.44.0
.element
color: #fff
Is throwing an error:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Extend in a media query | |
// ============================================================================= | |
// Mixins | |
// ----------------------------------------------------------------------------- | |
clearfix() | |
&:before, | |
&:after | |
content: ' ' | |
display: tablet |