You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
Any thoughts/opinions on doing some parametric CSS in the skeleton? I'm only familiar with LESS, but I know there's others out there. Pretty sure that we shouldn't have lots of CSS in there, but might be useful to set the groundwork for using it with the project being built from the skeleton.
The text was updated successfully, but these errors were encountered:
Per conversation we had about this: I'm all for adding the ability to customize CSS using LESS or any other methods so long as it doesn't get in the way of someone that may not be familiar enough to use it or prefer to use an alternate method.
tl;dr: Anything we add should be able to be ignored by the lowest common user. Lowest common user is likely someone who just wants Laravel+Bootstrap.
I dunno about SASS just yet cause I've not looked at it, but LESS is still subsequently compiled out to regular CSS. I would be willing to assume that SASS is similar. So if a person wanted to totally ignore it and only edit the CSS, they could.
The advantage would come in with adding customizations faster. If we included the Bootstrap LESS files it would mean being able to do something like.
Any thoughts/opinions on doing some parametric CSS in the skeleton? I'm only familiar with LESS, but I know there's others out there. Pretty sure that we shouldn't have lots of CSS in there, but might be useful to set the groundwork for using it with the project being built from the skeleton.
The text was updated successfully, but these errors were encountered: