docusaurus/lib/server/__tests__/__fixtures__/test.md
Yangshun Tay 4267337fb0
Fix CSS tests (#839)
* Fix CSS tests

* Revamp

* -

* fix failing test

* add test for minifyCss with fixtures & snapshot

* remove unintended addition

* simplify the test.css
2018-07-10 10:42:32 -07:00

445 B

title
This is not a css

This is a markdown, not a css

.homeWrapperInner .homeCodeSnippet > div:nth-child(1) { display: none; }

@media (max-width: 480px) { .projectTitle { font-size: 30px; }

.homeCodeSnippet .hljs { font-size: 13px; padding: 0; } .homeWrapperInner .homeCodeSnippet > div:nth-child(1) { display: block; } .homeWrapperInner .homeCodeSnippet > div:nth-child(2) { display: none; } }