mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
#169 rtlcss (& upgrade postcss)
This commit is contained in:
parent
ba343940a1
commit
32fdac7cb5
@ -125,11 +125,6 @@ blockquote {
|
|||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RTL fix */
|
|
||||||
.list-group, .list-unstyled {
|
|
||||||
padding-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
strike, .text-strike {
|
strike, .text-strike {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
@ -109,6 +109,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
|
postcss: {
|
||||||
|
plugins: [
|
||||||
|
require('autoprefixer'),
|
||||||
|
require('rtlcss'),
|
||||||
|
],
|
||||||
|
},
|
||||||
extend (config, ctx) {
|
extend (config, ctx) {
|
||||||
config.module.rules.push({
|
config.module.rules.push({
|
||||||
test: /\.csv|\.tsv$/,
|
test: /\.csv|\.tsv$/,
|
||||||
|
11
package.json
11
package.json
@ -31,7 +31,8 @@
|
|||||||
"mailer": "^0.6.7",
|
"mailer": "^0.6.7",
|
||||||
"markdown-loader": "^6.0.0",
|
"markdown-loader": "^6.0.0",
|
||||||
"multer": "^1.4.2",
|
"multer": "^1.4.2",
|
||||||
"nuxt": "^2.14.7",
|
"nuxt": "^2.15",
|
||||||
|
"rtlcss": "^3.1.2",
|
||||||
"sha1": "^1.1.1",
|
"sha1": "^1.1.1",
|
||||||
"sql-template-strings": "^2.2.2",
|
"sql-template-strings": "^2.2.2",
|
||||||
"sqlite": "^4.0.12",
|
"sqlite": "^4.0.12",
|
||||||
@ -47,8 +48,16 @@
|
|||||||
"avris-daemonise": "^0.0.2",
|
"avris-daemonise": "^0.0.2",
|
||||||
"bootstrap": "^5.0.0-beta1",
|
"bootstrap": "^5.0.0-beta1",
|
||||||
"clipboard": "^2.0.6",
|
"clipboard": "^2.0.6",
|
||||||
|
"css-loader": "^5.0.0",
|
||||||
"csv-loader": "^3.0.3",
|
"csv-loader": "^3.0.3",
|
||||||
|
"postcss": "^8.1.10",
|
||||||
|
"postcss-import": "^13.0.0",
|
||||||
|
"postcss-loader": "^4.1.0",
|
||||||
|
"postcss-url": "^10.1.1",
|
||||||
"sass": "^1.26.10",
|
"sass": "^1.26.10",
|
||||||
"sass-loader": "^9.0.2"
|
"sass-loader": "^9.0.2"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"postcss": "^8.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user