-
Notifications
You must be signed in to change notification settings - Fork 829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
way to compile static css without old BEM syntax #596
Comments
@istiti Unfortunately we don't have the bandwidth to accommodate this request in the 2.x major release cycle. We will take this under advisement for future releases. |
@alexiscordova thank you What are the reasons to not consider this as priority feat request while currently this make these major issues for all people (slds platform too):
I cant understand |
@istiti We don't track this within Github. While reducing the size of SLDS is important to us and something we want to tackle, we simply do not have the bandwidth to address this particular issue in the near future. If this is an absolute must for your usage, please consider writing regular expressions or using PostCSS to achieve this on your own. Thank you for understanding. |
thank you @alexiscordova ! "We don't track this within Github."
"please consider writing regular expressions"
anyway i really hope this be fixed |
As I stated earlier, we do understand the issue but we have many other competing issues and initiatives we are prioritizing as well (not to mention issues that arise when removing the old BEM syntax that isn't being considered), and we simply do not have the capacity at this time to tackle this particular task. If the IDE is pulling autocomplete suggestions from the source material, using PostCSS or regular expressions to strip out the old syntax from your installation of SLDS should work just fine. Worst case, you are free to fork this repository and make any changes you need. |
After asking you (@ishakasliwal @ayeshakmaz @engai) here (#467, #486, #546) durning 1.5year to build and add static css file without old BEM syntax which increases 2x slds.min.css file, can someone help me to make a build of last version without old BEM syntax ?
2.8.0
as @engai say to support Salesforce platform we can still keep in Static zip actual slds.min.css file, BUT in addition add in this build-zip slds-without-old-bem-syntax.min.css too
static css file is provided with old BEM syntax to primary "support the Salesforce platform", I was thinking this support was only durning 18months... but not, what you think about idea ? and an someone help me to make css build without old syntax.
The text was updated successfully, but these errors were encountered: