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

[DISCUSS] Create description component #773

Closed
wants to merge 3 commits into from
Closed

Commits on Apr 7, 2016

  1. Stub description component

    `bundle exec rails generate govuk_component description`
    fofr committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    cbab80c View commit details
    Browse the repository at this point in the history
  2. Create a "direction-rtl" mixin

    Move the repeated code into a shared mixin
    fofr committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    0a0ecc3 View commit details
    Browse the repository at this point in the history
  3. Create description component markup and styles

    Base styles on uses in government-frontend:
    
    https://github.com/alphagov/government-frontend/blob/master/app/assets/s
    tylesheets/helpers/_description.scss
    
    https://github.com/alphagov/government-frontend/blob/b9f350d6a5da7d3f920
    6b80c323a55203c36e883/app/views/shared/_description.html.erb
    fofr committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    fda9517 View commit details
    Browse the repository at this point in the history