Skip to content
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

Split remote CSS file into smaller parts for better reading #6

Open
ePascalC opened this issue May 8, 2024 · 3 comments
Open

Split remote CSS file into smaller parts for better reading #6

ePascalC opened this issue May 8, 2024 · 3 comments

Comments

@ePascalC
Copy link

ePascalC commented May 8, 2024

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";

@ePascalC
Copy link
Author

ePascalC commented May 8, 2024

@CarlosLongarela
Copy link
Contributor

Not working with remote CSS because import rules are stripped.

image

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.

Check WC US README at https://github.com/wcus/wcus-2024

@CarlosLongarela
Copy link
Contributor

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants