Bootstrap 4 SCSS files?
Bootstrap 4 SCSS files?
I'm trying to locate the SCSS files for the bootstrap 4 editor theme and have not been able to find them.
The NPM packages appears to only include CSS files.
The download package (https://editor.datatables.net/download/) includes some scss files, but it's not clear if the bootstrap values are included. For example, the editor.bootstrap4.css includes this definition:
div.DTE_Inline div.DTE_Field input {
margin: -5px 0 -10px !important;
}
But looking into the scss files, I don't see this definition. I don't even see a -5px
defined in any of the scss files.
Are the bootstrap 4 SCSS files provided anywhere for the editor so I can easily customize colors?
This question has accepted answers - jump to:
Answers
Hi,
Sorry about that - they should be in the
css/scss
directory of the Editor download. It looks like they are missing. I'll have a look at what is going wrong with the release process there.Until the next release, attached are the two extra files you'll need. Drop them into the
css/scss
directory and you'll be able to build them from there. They source the other files as needed.Allan
Quick note to confirm that I've fixed the script that does that part of the build. Those files will be in 2.2.3.
Allan
Thank you!