diff options
| author | 2022-02-04 15:41:51 +0100 | |
|---|---|---|
| committer | 2022-02-04 15:41:51 +0100 | |
| commit | 5a891dc0e4d1e5c7d36609bba4bd3df5063b9745 (patch) | |
| tree | 4b420f96082fcde911a36ed8fc709ed12a500089 /p/themes/Mapco/_reader-view.scss | |
| parent | 88b934da8bec70da1400525748336c0b71864b1a (diff) | |
Update dev dependencies stylelint SASS (#4173)
* Update dev dependencies stylelint SASS
Major update for stylelint with breaking changes
https://stylelint.io/migration-guide/to-14/
Applied automatic SASS migration to current syntax
https://sass-lang.com/documentation/cli/migrator#migrations
And a few manual fixes such as:
https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/dollar-variable-no-missing-interpolation/README.md
Other dev dependencies are minor updates.
* RTLCSS
* Fix color-hex-length bug
* Implement make bin/composer
* Update git hash
Diffstat (limited to 'p/themes/Mapco/_reader-view.scss')
| -rw-r--r-- | p/themes/Mapco/_reader-view.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/p/themes/Mapco/_reader-view.scss b/p/themes/Mapco/_reader-view.scss index e75e43d00..3390985b0 100644 --- a/p/themes/Mapco/_reader-view.scss +++ b/p/themes/Mapco/_reader-view.scss @@ -1,14 +1,16 @@ +@use "variables"; + /*=== READER VIEW */ /*================*/ #stream.reader .flux { padding: 0 0 50px; - background: $grey-light; - color: $main-font-color; + background: variables.$grey-light; + color: variables.$main-font-color; border: none; } #stream.reader .flux .author { margin: 0 0 10px; - color: $grey-medium-dark; + color: variables.$grey-medium-dark; font-size: 90%; } |
