Skip to content

Commit

Permalink
New selectors 5: Eval to new
Browse files Browse the repository at this point in the history
* Evaluate sass selectors directly to new-style css selectors.
* Purge the old style css selectors from the code-base!
  • Loading branch information
kaj committed Aug 19, 2024
1 parent b790b0d commit f9cfc37
Show file tree
Hide file tree
Showing 20 changed files with 299 additions and 807 deletions.
4 changes: 1 addition & 3 deletions rsass/src/css/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ pub use self::selectors::{BadSelector, Selector, SelectorSet};
pub use self::string::CssString;
pub use self::value::{InvalidCss, Value, ValueMap, ValueToMapError};

pub(crate) use self::selectors::{
CssSelectorSet, OldSelector, OldSelectorPart, OldSelectors, SelectorCtx,
};
pub(crate) use self::selectors::{CssSelectorSet, SelectorCtx};
pub(crate) use self::util::{is_calc_name, is_function_name, is_not, IsNot};

pub(crate) mod parser {
Expand Down
Loading

0 comments on commit f9cfc37

Please sign in to comment.