Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user I should be able to use additional CSS from front matter #8

Closed
1 of 5 tasks
thescientist13 opened this issue Mar 26, 2019 · 1 comment · Fixed by #33
Closed
1 of 5 tasks

As a user I should be able to use additional CSS from front matter #8

thescientist13 opened this issue Mar 26, 2019 · 1 comment · Fixed by #33
Assignees
Labels
enhancement Improve something existing (e.g. no docs, new APIs, etc)
Milestone

Comments

@thescientist13
Copy link
Member

Type of Change

  • New Feature Request
  • Documentation / Website
  • Improvement / Suggestion
  • Bug
  • Other (please clarify below)

Summary

Related to #7 , a user should be able to define CSS in front-matter so that additional CSS files can be included by the user.

Details

  1. Support default styles.css in the project's template/ directory
  2. Support an API like
    ---
    path: '/hello'
    label: 'hello'
    css: '/path/a.css'
    ---
  3. Write tests for both cases above
  4. Update README with demonstration of the above use cases
@thescientist13 thescientist13 added the enhancement Improve something existing (e.g. no docs, new APIs, etc) label Mar 26, 2019
@thescientist13 thescientist13 added this to the MVP milestone Mar 26, 2019
@thescientist13 thescientist13 added this to TODO in 1 Mar 27, 2019
@thescientist13 thescientist13 removed this from TODO in 1 Mar 27, 2019
@hutchgrant
Copy link
Member

This problem is related to #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve something existing (e.g. no docs, new APIs, etc)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants