Skip to content

Commit

Permalink
Replace direct references with methods
Browse files Browse the repository at this point in the history
Easier to replace the implementation and better
visible on what APIs we are depending on.
  • Loading branch information
mgreter committed Mar 17, 2018
1 parent 09b36b0 commit 5564ab3
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 64 deletions.
1 change: 1 addition & 0 deletions src/ast_fwd_decl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ namespace Sass {
typedef std::unordered_set<Simple_Selector_Obj, HashNodes, CompareNodes> SimpleSelectorDict;

typedef std::vector<Block_Ptr> BlockStack;
typedef std::vector<Sass_Callee> CalleeStack;
typedef std::vector<AST_Node_Obj> CallStack;
typedef std::vector<Media_Block_Ptr> MediaStack;
typedef std::vector<Selector_List_Obj> SelectorStack;
Expand Down
Loading

0 comments on commit 5564ab3

Please sign in to comment.