We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are misc. items which I believe are needed for Teloscan Deliverable to be prioritized & categorized Issues - no code changes
Including but not limited to:
q-pa-md
$spacer-md
.shadow-2 { box-shadow: none !important }
app.sass
scoped
margin-top
margin-bottom
padding-
The text was updated successfully, but these errors were encountered:
ezra-sg
No branches or pull requests
These are misc. items which I believe are needed for Teloscan
Deliverable to be prioritized & categorized Issues - no code changes
Including but not limited to:
ticket out all extant TODOs, replace TODO with ticket URLTicket out existing TODOs #134update linting rulesupdate linting rules #127pug -> vue htmlreplace all pug with standard HTML templates #128sass -> scssreplace Sass with SCSS #129vue sfc structure template > script > styleupdate Single File Component tag ordering #130defined text stylesunify typography #131q-pa-md
=>$spacer-md
) Variable-ize spacers #135remove/replace quasar overrides (eg.Search & destroy all arbitrary quasar class overrides #136.shadow-2 { box-shadow: none !important }
fromapp.sass
)consolidate app colorsunify color / theme system #132component styles cleanupStyle selectors cleanup #137namespace selectors using BEMremove/replace all inline stylesremovescoped
styles, track down all overly-specific selectors which break after this is removedswitchstyle cleanup: margins #126margin-top
s withmargin-bottom
s (andpadding-
) on preceding elements where possibledocumentationUpdate repo documentation & documentation standards #139make docs directoryupdate repo first time setupgit / contribution workflow, deployment info incl. netlify previewstyling basics (refer to other points in this ticket)unit testingrequire JSdocs (eslint-plugin-jsdoc)githubUpdate repo Git / GitHub integrations #140-
issue naming & labeling & templates-
PR template-
pre-push hooks for lint & possibly build-
assigneesThe text was updated successfully, but these errors were encountered: