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

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-01-31 18:31:48 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-08-23 10:35:46 +0300
commita2b8393e3bb1a90df06bec0716d43590b98487c1 (patch)
treead6febf02db649e93ee4501149ce485cb722ffe2 /.stylelintrc
parent1d2014c61b0dd1e9e82583765745d2ae0768c007 (diff)
Switch to Hugo
Also: * rename posts since the date part is redundant now * add stylelint, fusv and vnu-jar and switch to the markdownlint-cli2 npm package
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc
new file mode 100644
index 00000000..39179433
--- /dev/null
+++ b/.stylelintrc
@@ -0,0 +1,8 @@
+{
+ "extends": [
+ "stylelint-config-twbs-bootstrap/scss"
+ ],
+ "rules": {
+ "scss/selector-no-union-class-name": true
+ }
+}