Skip to content

Commit

Permalink
Merge pull request #2 in FFE/ffe-monorepo from ffe-core to dev
Browse files Browse the repository at this point in the history
* commit '69afb1db8584283576b8631cf82c19ebe9f824a3': (272 commits)
  chore: import git subtree for ffe-core
  Reduce font size for form input to 16px.
  FFE-124 replaced hardcoded font-sizes with variables
  --no-underline modifier for headers
  10.0.0 - Remove element styling
  Delay bumping the version for now
  FFE-208. Make underlined links default
  Updated visual tests, no idea why they failed
  FFE-208. PR feedback
  Add support for underlined links. Add cursor-style
  FFE-186 add motion.less
  Clean up workspace before each jenkins build
  Move breakpoints and app-layout into their own less files
  FFE-69 bump ffe-lists version in order to style examples
  FFE-119 remove styling for lists
  Update examples and visual tests
  FFE-69 Suggestion for new naming convention for colors
  FFE-140 color adjustments to reflect design guidelines
  FFE-161 added ffe-blue-royal-light-10
  Set divider to use all available width
  ...
  • Loading branch information
kwltrs committed Dec 15, 2017
2 parents b97db51 + 092c50a commit cf09ee0
Show file tree
Hide file tree
Showing 44 changed files with 2,362 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ffe-all.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import "./ffe-core/less/ffe";
@base-url: ".";
44 changes: 44 additions & 0 deletions packages/ffe-core/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
examples/examples.css
target/
gemini-report
.idea
*.iml
*.swp

# Created by https://www.gitignore.io/api/node

### Node ###
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/ffe-core/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
3 changes: 3 additions & 0 deletions packages/ffe-core/.stylelintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"extends": "stylelint-config-ffe"
}
Loading

0 comments on commit cf09ee0

Please sign in to comment.