-
Replies
I've looked at type and am struggling where to or how to set type for table cells and buttons, do I just add it in a separate css file or can it be added to _type.scss?
Tom Hogan
almost 5 years ago
I recommend never changing any of the files provided by a vendor.
Any custom code you would like to add should be done in a separate css/scss/js file. That way, when you update Foundation (and you will) your custom code will not be overwritten.
Happy coding!
Tom
Howdy!
It is recommended you write custom SCSS in
app.scss
.This is so that your changes will not get overwritten when you update Foundation.