UNPKG
template-parcel-ts
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
my tremendous SAO template
github.com/foryuki/template-parcel-ts
foryuki/template-parcel-ts
template-parcel-ts
/
template
/
.postcssrc.js
14 lines
(13 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
modules:
true
,
plugins:
{
autoprefixer:
{
grid:
true
},
'postcss-modules':
{
generateScopedName:
'[name]_[local]_[hash:base64:5]'
,
scopeBehaviour:
'local'
,
globalModulePaths:
[
/styles\.global\.scss/
] } } }