Ole Marius Løset

Results 16 issues of Ole Marius Løset

**Examples** The following cases cause error when parsing css files. `margin-top: 1px \9; // IE8-9` `width: 220px \0; //IE9 and below` In my case the \9 hack is used in...

I previous posted this issue as a float issue, but I tested some more and found that it has to do with the width and height. Once I set !important...

When a page containing an element using boxsizing in IE7 loads, there's no errors showing, but once hitting F5 the following error shows up in the console (IE9 in IE7...

**Please describe what the rule should do:** I'd like to set multiline: 'always' for self-closing tags ```vue ``` And singleline: 'never' ```vue ``` And multiline: 'never' for tags with content....

enhancement
help wanted
good first issue

### Describe the bug Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory ![image](https://user-images.githubusercontent.com/184536/159998226-8f03b240-c303-4cd7-8a5a-bcf7e5eb1e76.png) ### Reproduction current setting: ```js checker({ terminal: true, vueTsc: true, typescript:...

upstream

In Chrome component, the fieldsIndex is set to 0 (hex) by default, so when the initial value is not hex it'll still show hex input in the colorpicker. I'd like...

Just a quick suggestion that might help others, as it took some time to figure out.. causes eslint error in a vue 3 + ts project works

**Is your feature request related to a problem? Please describe.** When using the color picker on dynamic setting where the value can be any valid color value (hex, rgb,rgba etc),...

I've implemented this in a project that I also refactored from using mapState() to composition-api and computed(), but I'm not getting the correct typing intellisense in the component for state....