Skip to content
Snippets Groups Projects
Commit 9abbff10 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra
Browse files

changed some styles in the readme

parent f50b56f4
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -8,19 +8,19 @@ Contains all resources and information UX Designers need.
 
## Repository SUPERPOWERS :stars:
 
- Automatic Sketch previews based on a pre-commit hook
- __Automatic Sketch previews based on a pre-commit hook__
 
*The pre-commit hook will auto generate preview images out of your Sketch pages with sketchtool*
 
- Semi automatic Sketch spec previews with Continuous Integration
- __Semi automatic Sketch spec previews with Continuous Integration__
 
*Whenever you create a spec preview folder with the [Sketch Measure Plugin](https://github.com/utom/sketch-measure), append `spec-previews` to the name of the generated directory and it will be visible by an URL. Search in [https://gitlab-org.gitlab.io/gitlab-design](https://gitlab-org.gitlab.io/gitlab-design)*
 
- Automatic live Framer prototypes with Continuous Integration
- __Automatic live Framer prototypes with Continuous Integration__
 
*Whenever you save a [Framer](https://framerjs.com) prototype in this repository and commit push it to GitLab, it will automatically be hosted in the same way as the spec previews superpower. See them live at [https://gitlab-org.gitlab.io/gitlab-design](https://gitlab-org.gitlab.io/gitlab-design)*
 
- Standalone Live Html Previews by abusing spec previews :smiling_imp:
- __Standalone Live Html Previews by abusing spec previews__ :smiling_imp:
 
*By using the wget command: `wget -kN --html-extension URL` you can create a standalone working HTML page of the GitLab view you want. Just change the name of the file to index.html and append `spec-previews` to the name of the directory it will be inside of. Good luck! (No guarantees with this one!)
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment