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

Just use CSS/HTML (not less or javascript) #42

Open
badlydrawnrob opened this issue Dec 1, 2023 · 0 comments
Open

Just use CSS/HTML (not less or javascript) #42

badlydrawnrob opened this issue Dec 1, 2023 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@badlydrawnrob
Copy link
Owner

badlydrawnrob commented Dec 1, 2023

Eventually I want to replace .less files with .css files, as most features I want to use in Anki Themes are now possible in default CSS. However, I have a lot of less // comments.

CSS Nesting

I don't think the editor CSS syntax highlighting is properly set up for CSS nesting (yet).

Less.js is only really useful now for @includeing partials, and compiling a css file:

One day I'll be able to rip out the less code and use a simple compiling script, or at least simply use it to watch for CSS file changes and compile the main.css file.

Other useful HTML/CSS features

  1. HTML can do that?
  2. CSS can do that?
  3. Collapsable section with nothing but HTML/CSS
@badlydrawnrob badlydrawnrob mentioned this issue Dec 1, 2023
17 tasks
@badlydrawnrob badlydrawnrob added enhancement New feature or request dependencies Pull requests that update a dependency file labels Dec 1, 2023
@badlydrawnrob badlydrawnrob changed the title Just use nested CSS (not less) Just use CSS/HTML (not less or javascript) Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant