Welcome to mirror list, hosted at ThFree Co, Russian Federation.

whatsnew.pug « getting-started « src « docs - github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f3a188767dd6206c11334df11744cdab8afbead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
extends ../_layout/_docs-layout.pug

block variables
  - var slug = 'whatsnew'
  - var parent = 'getting-started'
  - var title = 'What\'s New - Getting started - Spectre.css CSS Framework'
  - var description = 'Spectre.css CSS Framework is a lightweight, responsive and modern CSS framework for faster and extensible development. Spectre provides basic styles for typography and elements, flexbox based responsive layout system, pure CSS components and utilities with best practice coding and consistent design language.'

block docs-content
  +docs-heading('whatsnew', 'What\'s new')
    include ../_layout/_ad-g.pug
    
    include:markdown-it ../../../CHANGELOG.md

    p
      a.btn.btn-primary(href='https://github.com/picturepan2/spectre/releases', target='_blank') Releases
    
    include ../_layout/_ad-c.pug

  include ../_layout/_footer.pug