|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
274 bytes
|
| Line | |
|---|
| 1 | export function lazyPostcss() {
|
|---|
| 2 | return require('postcss')
|
|---|
| 3 | }
|
|---|
| 4 |
|
|---|
| 5 | export function lazyPostcssImport() {
|
|---|
| 6 | return require('postcss-import')
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | export function lazyAutoprefixer() {
|
|---|
| 10 | return require('autoprefixer')
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | export function lazyCssnano() {
|
|---|
| 14 | return require('cssnano')
|
|---|
| 15 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.