Skip to content

Commit d20600a

Browse files
authored
Merge pull request #99 from mlutcss/feat/run-in-browser
Feat/run in browser
2 parents 7bdf5c2 + 97a4e43 commit d20600a

File tree

13 files changed

+2661
-456
lines changed

13 files changed

+2661
-456
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
run: npm run lint
3434
- name: Test
3535
run: npm test
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3638
- name: Test plugins
3739
run: npm run test:plugins

docs/homepage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ Addons may contains any tools, settings and styles. Addons now at the **preview*
178178
<section class="Mb4gg">
179179

180180
## What next? ##
181-
- ability to run in a browser
182181
- first-class pseudoselectors with arguments like `has()`
183182
- performance optimization
184183
- plugins for editors and IDEs with hints and autocompletion

0 commit comments

Comments
 (0)