Skip to content

Commit 4261c0d

Browse files
committed
Packaging assets
1 parent 29f2773 commit 4261c0d

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

build-css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const sass = require('node-sass');
44
const postcss = require('postcss');
55
const prefixer = require('postcss-prefix-selector');
66

7-
const FILENAME = 'react-json-form-engine';
7+
const FILENAME = 'styles';
88
const RELATIVE_OUTPUT = '/dist/css';
99
const INPUT_PATH = path.join(__dirname, `/src/sass/${FILENAME}.scss`);
1010
const PREFIX = '.__rjfe__';

0 commit comments

Comments
 (0)