smnedelko / PixelAdmin

Issue tracker repository
6 stars 0 forks source link

Custom SCSS File is not compiled #4

Closed efriandika closed 7 years ago

efriandika commented 7 years ago

I follow the docs to create a custom scss file. But, it does not works perfectly. I need to put @import '../custom/custom'; at the end of pixeladmin.scss. in documentations, there is no info to put custom.scss at the end of pixeladmin.scss

Is the docs wrong ? or am I wrong..?

Please help me.. :)

smnedelko commented 7 years ago

Hi efriandika,

You're right. Customization structure is created by Builder app when building bundle. If you're not using builder then you need to add ../custom/custom path into the pixeladmin.scss file manually.

P.S. I have implemented support for the customization by default (with or without builder). It will be available in the next update (on the first or second week of January).

Thank You.

efriandika commented 7 years ago

Thanks @smnedelko for the information. I am waiting for that.. 💃