Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-03-25 08:59:13 +0300
committerGitHub <noreply@github.com>2022-03-25 08:59:13 +0300
commit3ea0f165864e1dce4f0aa36d546cf138cb1da18d (patch)
tree0eeeaba063de44d52d46f69dfb2a3f774b06e230 /test/expected/test-11.css
parentacbd5b700f050631003adcb824120782496b4b4b (diff)
Update stylelint (#443)
* Update stylelint to v14 and switch to stylelint-config-twbs-bootstrap * Lint fixes
Diffstat (limited to 'test/expected/test-11.css')
-rw-r--r--test/expected/test-11.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/expected/test-11.css b/test/expected/test-11.css
index 25a1c40..3c7fb0e 100644
--- a/test/expected/test-11.css
+++ b/test/expected/test-11.css
@@ -1,6 +1,6 @@
.selector-1 {
- background-color: #f00;
width: 300px;
+ background-color: #f00;
font-size: 2rem;
}
@media (max-width: 1200px) {