chore: i has english knowledge

pull/15937/head
Paolo Ricciuti 4 months ago committed by GitHub
parent 0046ed87d8
commit aace747669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,12 +3,12 @@ import { ReactiveValue } from './reactive-value.js';
const parenthesis_regex = /\(.+\)/; const parenthesis_regex = /\(.+\)/;
// this keyworks are valid media queries but they need to be without parenthesis // these keywords are valid media queries but they need to be without parenthesis
// //
// eg: new MediaQuery('screen') // eg: new MediaQuery('screen')
// //
// however because of the auto-parenthesis logic in the constructor since there's no parentehesis // however because of the auto-parenthesis logic in the constructor since there's no parentehesis
// in the media query they'll be surrounded by parentehesis // in the media query they'll be surrounded by parenthesis
// //
// however we can check if the media query is only composed of these keywords // however we can check if the media query is only composed of these keywords
// and skip the auto-parenthesis // and skip the auto-parenthesis

Loading…
Cancel
Save