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
for our CSS on GitHub, would it be possible to create an initial CSS file in https://github.com/wceu/wceu2024/tree/main/live-css with then references to other CSS files in an includes folder? I think it would be clearer. Something like: @import "includes/base.css"; @import "includes/tickets.css"; @import "includes/attendees.css";
The text was updated successfully, but these errors were encountered:
Not working with remote CSS because import rules are stripped.
WC US runs a linter, postcss, & autoprefixer with npm and automations, that's like use SASS files that would be a good option, but that we didn't use to be easy to edit CSS by designer and non technical users.
@ePascalC I think that we close this Issue because Remote CSS doesn't allow @import and the npm or LESS/SASS options maybe not the best for a team with non-tech members, right?
for our CSS on GitHub, would it be possible to create an initial CSS file in https://github.com/wceu/wceu2024/tree/main/live-css with then references to other CSS files in an includes folder? I think it would be clearer. Something like:
@import "includes/base.css";
@import "includes/tickets.css";
@import "includes/attendees.css";
The text was updated successfully, but these errors were encountered: