This file contains 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
@mixin custom-scrollbars { | |
scrollbar-width: thin; | |
scrollbar-color: blue orange; | |
/* Works on Chrome, Edge, and Safari */ | |
&::-webkit-scrollbar { | |
width: 12px; | |
} |
This file contains 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
@mixin custom-scrollbars { | |
scrollbar-width: thin; | |
scrollbar-color: grey red; | |
&::-webkit-scrollbar{ | |
width: 4px; | |
} | |
&::-webkit-scrollbar-track{ | |
background-color: red; |
This file contains 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
.foo { | |
color: red; | |
} | |
.foo.__bar { | |
color: blue; | |
} | |
.baz { | |
color: green; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
/* -------------------------------------------------------------------------- *\ | |
# Commentaire de premier niveau | |
\* -------------------------------------------------------------------------- */ | |
/* ========================================================================== | |
## Commentaire de deuxième niveau |
This file contains 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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
$font-stack: | |
(group: base-font, id: regular, font: ('robotoregular', sans-serif ), weight: normal, style: normal), | |
(group: base-font, id: regular-italic, font: ('robotoitalic', sans-serif ), weight: normal, style: italic), | |
(group: base-font, id: medium, font: ('robotomedium', sans-serif), weight: normal, style: normal), | |
(group: base-font, id: medium-italic, font: ('robotomedium_italic', sans-serif), weight: normal, style: italic), | |
(group: base-font, id: bold, font: ('robotobold', sans-serif), weight: normal, style: normal), |
This file contains 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
// ---- | |
// libsass (v3.2.4) | |
// ---- | |
$gutter:20px; | |
.grids {margin:0 0 0 -$gutter;} | |
.grids {margin:0 0 0 (-$gutter);} |
This file contains 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
/** | |
* | |
* Add to bookmark | |
* Several tests are necessary in order for this "simple" action to work in most of the browsers | |
* | |
*/ | |
// First, we define the element where the "Add to bookmark" action will trigger | |
var triggerBookmark = $(".js-bookmark"); // It must be an `a` tag |
This file contains 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
{ | |
"in": "build.css", | |
"out": "screen.css", | |
"browsers": ["last 3 versions", "opera 12", "Android 2.3"], | |
"rem": ["62.5%", {"replace": false}], | |
"minifier": false, | |
"sourcemaps": false, | |
"next": { | |
"customProperties": true, | |
"customMedia": true |
This file contains 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
Show hidden characters
{ | |
"word_separators":"./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?\\." | |
} |
NewerOlder