Skip to content

Commit

Permalink
Fix specificity of :not selector list downleveling
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Sep 17, 2023
1 parent f782754 commit ff4de2a
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 71 deletions.
1 change: 1 addition & 0 deletions scripts/build-prefixes.js
Expand Up @@ -594,6 +594,7 @@ let c = `// This file is autogenerated by build-prefixes.js. DO NOT EDIT!
use crate::targets::Browsers;
#[allow(dead_code)]
#[derive(Clone, Copy, PartialEq)]
pub enum Feature {
${[...compat.keys()].flat().map(enumify).sort().join(',\n ')}
Expand Down
1 change: 1 addition & 0 deletions src/compat.rs
Expand Up @@ -2,6 +2,7 @@

use crate::targets::Browsers;

#[allow(dead_code)]
#[derive(Clone, Copy, PartialEq)]
pub enum Feature {
AbsFunction,
Expand Down

0 comments on commit ff4de2a

Please sign in to comment.